Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Sustainsys.​Saml2.​Metadata.​IndexedCollectionWithDefault<​T>

Assembly: Sustainsys.Saml2

Inheritance: object → System.​Collections.​Generic.​SortedList<​int, T> → IndexedCollectionWithDefault

Implemented Interfaces

A collection of indexed entries with support for getting the configured default entry

Properties

public T
Default
public int
Capacity
public int
Count
public T
Item

Methods

public void
Add​(int key, T value)
public void
Clear​()
public bool
ContainsKey​(int key)
public bool
ContainsValue​(T value)
public int
GetKeyAtIndex​(int index)
public T
GetValueAtIndex​(int index)
public int
IndexOfKey​(int key)
public int
IndexOfValue​(T value)
public bool
Remove​(int key)
public void
RemoveAt​(int index)
public void
SetValueAtIndex​(int index, T value)
public void
TrimExcess​()
public bool
TryGetValue​(int key, T& value)
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object